home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 131 / XENIATGM131.iso / Shareware / openOffice.org 641 / Windows / f_0047 / sbasic.jar / text / sbasic / common / 03030103.xml < prev    next >
Extensible Markup Language  |  2001-09-07  |  2KB  |  28 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>Day Function [Runtime]</title><meta name="filename" content="text/sbasic/common/03030103"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         p.P1{
  5.                 }
  6.         span.T1{
  7.                 font-weight:bold;}
  8.         </style></head><body>
  9.   
  10.   
  11.   <help:to-be-embedded Eid="day" xmlns:help="http://openoffice.org/2000/help">
  12.   <p class="Head1"><help:link Id="66388">Day Function [Runtime]</help:link></p>
  13.   <p class="Paragraph">Returns a value representing the day of the month based on a serial date number generated with <span style="font-weight:bold;">DateSerial</span> or <span style="font-weight:bold;">DateValue</span>.</p>
  14.   </help:to-be-embedded>
  15.   <p class="Paragraph"><span class="T1">Syntax</span>:</p>
  16.   <p class="Paragraph">Day (Number) <help:key-word value="Day" tag="kw66388_1" xmlns:help="http://openoffice.org/2000/help"/></p>
  17.   <p class="Paragraph"><span class="T1">Return value</span>:</p>
  18.   <p class="Paragraph">Integer</p>
  19.   <p class="Paragraph"><span class="T1">Parameter</span>:</p>
  20.   <p class="Paragraph">Number: A numeric expression containing a serial date number from which to determine the day of the month.</p>
  21.   <p class="Paragraph">This function is basically the reverse of the DateSerial function, and returns the day of the month from a serial date number generated with the <span class="T1">DateSerial</span> or <span class="T1">DateValue</span> function. Thus, the expression</p>
  22.   <p class="Paragraph">Print Day(DateSerial(1994, 12, 20))</p>
  23.   <p class="Paragraph">returns the value 20.</p>
  24.   <p class="Paragraph"><span class="T1">Example:</span></p>
  25.   <p class="PropText">sub ExampleDay</p>
  26.   <p class="PropText">Print "Day " & Day(DateSerial(1994, 12, 20)) & " of the month"</p>
  27.   <p class="PropText">end sub</p>
  28.  </body></html>